home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
dev
/
c
/
Storm_FlexCat.lha
/
Storm_FlexCat
/
C_h.sd
< prev
next >
Wrap
Text File
|
1999-02-15
|
579b
|
33 lines
##stringtype C
##shortstrings
/****************************************************************
This file was created automatically by `%fv'
from "%f0".
Do NOT edit by hand!
****************************************************************/
#ifndef %b_CAT_H
#define %b_CAT_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
void LocalizeStringArray(STRPTR *Array);
void Open%bCatalog ();
void Close%bCatalog();
struct FC_String
{
STRPTR Str;
const LONG Id;
};
extern struct FC_String %b_Strings[];
#define %i (%b_Strings[%e].Str)\n#define _%i %e
#endif